home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / comm / uucp / Mutt_040_uucp.lha / Mutt / COPYRIGHT next >
Text File  |  2000-02-15  |  4KB  |  86 lines

  1. The following copyright notices apply to most of the program.
  2. Please note that this is by no means an exhaustive list of all the
  3. persons who have been contributing to this program.  Please see the
  4. manual for a (probably still non complete) list of the persons who
  5. have been helpful with the development of this program.
  6.  
  7.  
  8. Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
  9. Copyright (C) 1997-2000 Thomas Roessler <roessler@guug.de>
  10. Copyright (C) 1998-2000   Werner Koch <wk@isil.d.shuttle.de>
  11. Copyright (C) 1998-2000   Ruslan Ermilov <ru@ucb.crimea.ua>
  12.  
  13.     This program is free software; you can redistribute it and/or modify
  14.     it under the terms of the GNU General Public License as published by
  15.     the Free Software Foundation; either version 2 of the License, or
  16.     (at your option) any later version.
  17.  
  18.     This program is distributed in the hope that it will be useful,
  19.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21.     GNU General Public License for more details.
  22.  
  23.     You should have received a copy of the GNU General Public License
  24.     along with this program; if not, write to the Free Software
  25.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26.  
  27. The following copyright notice applies to the SHA1 implementation
  28. used by the PGP public key ring parser.
  29.  
  30.  
  31.  Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  32.  All rights reserved.
  33.  
  34.  This package is an SSL implementation written
  35.  by Eric Young (eay@cryptsoft.com).
  36.  The implementation was written so as to conform with Netscapes SSL.
  37.  
  38.  This library is free for commercial and non-commercial use as long as
  39.  the following conditions are aheared to.  The following conditions
  40.  apply to all code found in this distribution, be it the RC4, RSA,
  41.  lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  42.  included with this distribution is covered by the same copyright terms
  43.  except that the holder is Tim Hudson (tjh@cryptsoft.com).
  44.  
  45.  Copyright remains Eric Young's, and as such any Copyright notices in
  46.  the code are not to be removed.
  47.  If this package is used in a product, Eric Young should be given attribution
  48.  as the author of the parts of the library used.
  49.  This can be in the form of a textual message at program startup or
  50.  in documentation (online or textual) provided with the package.
  51.  
  52.  Redistribution and use in source and binary forms, with or without
  53.  modification, are permitted provided that the following conditions
  54.  are met:
  55.  1. Redistributions of source code must retain the copyright
  56.     notice, this list of conditions and the following disclaimer.
  57.  2. Redistributions in binary form must reproduce the above copyright
  58.     notice, this list of conditions and the following disclaimer in the
  59.     documentation and/or other materials provided with the distribution.
  60.  3. All advertising materials mentioning features or use of this software
  61.     must display the following acknowledgement:
  62.     "This product includes cryptographic software written by
  63.      Eric Young (eay@cryptsoft.com)"
  64.     The word 'cryptographic' can be left out if the routines from the library
  65.     being used are not cryptographic related :-).
  66.  4. If you include any Windows specific code (or a derivative thereof) from 
  67.     the apps directory (application code) you must include an acknowledgement:
  68.     "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  69.  
  70.  THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  71.  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  72.  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  73.  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  74.  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  75.  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  76.  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  77.  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  78.  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  79.  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  80.  SUCH DAMAGE.
  81.  
  82.  The licence and distribution terms for any publically available version or
  83.  derivative of this code cannot be changed.  i.e. this code cannot simply be
  84.  copied and put under another distribution licence
  85.  [including the GNU Public Licence.]
  86.